-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Switch global_ocean
and hurricane
to framework base and culled mesh
#429
Conversation
This still needs documentation updates. |
0fe4e66
to
a586ec1
Compare
TestingThe ocean I also ran all 3 |
1405284
to
02eaf6f
Compare
@sbrus89, is this something you have any bandwidth to review? |
@xylar, yes. I’ll take a look. |
I will rebase and deal with conflicts tomorrow. |
Make a small class for handling floodplains in the base mesh.
Add an Icos240 mesh.
02eaf6f
to
38c34d2
Compare
bd63c3a
to
db62191
Compare
@sbrus89, I rebased this branch after #413 and (after a few missteps) all the tests pass as before (see #429 (comment) above). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@xylar, I have tested this and approve the qualitative differences in the hurricane case solution resulting from a non BFB mesh. Thanks for making this change!
Thanks @sbrus89! I'll go ahead and merge this. |
This allows us to use the more generalized spherical mesh step class with better JIGSAW support from #422 and breaks the
mesh
test intobase_mesh
andcull_mesh
steps.